/* Engineer CSS*/

/*Define body background and font*/


/*last updated 29 July 2011*/

body	{background-color:#666666;
	font-family: arial, helvetica;
	}
	


h1 {
	color: #FF0;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;}

h2 {
	color: #FF0;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
p {
	color: #FF0;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}

/*table appearance*/

table.main {
	border: 1px solid;
	border-color: black;
	background-color: #FFFFCC;
	padding: 6px 2px
	border-spacing: 2px
}

td.onecolumn {
	background-color:#FFFFCC;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 14pt
}

td.title {
	background-color:#8080FF;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 16pt;
	font-weight: bold;
}
td.smtitle{
	background-color:#8080FF;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;}

td.normal {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-color: #566047;
	font-weight: none;}	
	
td.navnorm {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: black;
	font-weight: bold;}	
	
td.subtitle {
	background-color: #C9D0FF;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-color: black;
	font-weight: bold;}	
	
td.navtitle {
	background-color:#8080FF;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;}

	
td.ns5title{
	background-color:#BD9EC7;
	text-align: right;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;}
	
td.ns5{
	background-color:#BD9EC7;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: none;}
	

/*normal link?*/



/*Lab Links*/

a.lablink {
	color: #566047;
	font-weight: bold;
	text-decoration: none;
}

a.lablink:link {
	color: #566047;
	text-decoration: underline;
}

a.lablink:hover {
	color: navy;
	text-decoration: underline;
}

a.lablink: visited {
	color: gray;
	text-decoration: none;
}


/*NS5 links*/

a.ns5link {
	color: #170017;
	font-weight: bold;}

a.ns5link:link {
	color: #170017;
	text-decoration: none;}

a.ns5link:hover {
	color: navy;
	text-decoration: underline;}

a.ns5link:visited {
	color: #333;
	text-decoration: none;}


/*This part inserts the graphic bar at the top of each page*/

#headline1 {
	background-image: url(Ship Web Pages/graphics/brownsatinborder.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:0px;
	margin-bottom: 50px;
}


/*This part inserts the graphic bar at the bottom of each page*/

#headline2 {
	background-image: url(Ship Web Pages/graphics/brownsatinborder.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:50px;
	margin-bottom: 20px;
}

/*This part determines the link appearance*/



/*Normal links*/

a.link {
	color: blue;
	font-weight: none;}

a.active {
	color: blue;
	text-decoration: none;
	font-weight: none;}

a.visited {
	color: blue;
	text-decoration: none;
	font-weight: none;}

a.hover {
	color: #909;
	text-decoration: underline;
	font-weight: none;}


/*Normal links*/

a.normlink {
	color: blue;
	font-weight: none;}

a.normlink:link {
	color: blue;
	text-decoration: none;
	font-weight: none;}

a.normlink:visited {
	color: blue;
	text-decoration: none;
	font-weight: none;}

a.normlink:hover {
	color: #909;
	text-decoration: underline;
	font-weight: none;}

p4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
}
